From 040114689628b99811fe460b9fb63d06546e2cd1 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Fri, 1 Jan 2016 14:50:43 -0800 Subject: [PATCH] spinbutton: fix a typo --- gtk/gtkspinbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c index f634abc5a4..84d1b7c52b 100644 --- a/gtk/gtkspinbutton.c +++ b/gtk/gtkspinbutton.c @@ -446,7 +446,7 @@ gtk_spin_button_class_init (GtkSpinButtonClass *class) * Style of bevel around the sping button. * * Deprecated: 3.20: Use CSS to determine the style of the border; - * the value of this syyle property is ignored. + * the value of this style property is ignored. */ gtk_widget_class_install_style_property (widget_class, g_param_spec_enum ("shadow-type", -- 2.30.2